﻿2026-07-03T10:22:53.1533447Z ##[group]Run actions/checkout@v5
2026-07-03T10:22:53.1534155Z with:
2026-07-03T10:22:53.1534613Z   fetch-depth: 0
2026-07-03T10:22:53.1535132Z   repository: SaberMage/spt-core
2026-07-03T10:22:53.1539468Z   token: ***
2026-07-03T10:22:53.1539948Z   ssh-strict: true
2026-07-03T10:22:53.1540437Z   ssh-user: git
2026-07-03T10:22:53.1540950Z   persist-credentials: true
2026-07-03T10:22:53.1541488Z   clean: true
2026-07-03T10:22:53.1541989Z   sparse-checkout-cone-mode: true
2026-07-03T10:22:53.1542577Z   fetch-tags: false
2026-07-03T10:22:53.1543092Z   show-progress: true
2026-07-03T10:22:53.1543632Z   lfs: false
2026-07-03T10:22:53.1544092Z   submodules: false
2026-07-03T10:22:53.1544591Z   set-safe-directory: true
2026-07-03T10:22:53.1545123Z ##[endgroup]
2026-07-03T10:22:53.3402686Z Syncing repository: SaberMage/spt-core
2026-07-03T10:22:53.3404257Z ##[group]Getting Git version info
2026-07-03T10:22:53.3405023Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-07-03T10:22:53.3639091Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-03T10:22:53.3831548Z git version 2.43.0.windows.1
2026-07-03T10:22:53.3857445Z ##[endgroup]
2026-07-03T10:22:53.3864596Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\66c0ab6c-27d6-481e-8cb3-4d1d0df852a6\.gitconfig'
2026-07-03T10:22:53.3877894Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\66c0ab6c-27d6-481e-8cb3-4d1d0df852a6' before making global git config changes
2026-07-03T10:22:53.3879416Z Adding repository directory to the temporary git global config as a safe directory
2026-07-03T10:22:53.3882883Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-03T10:22:53.4106522Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-03T10:22:53.4295518Z https://github.com/SaberMage/spt-core
2026-07-03T10:22:53.4327539Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-03T10:22:53.4331640Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-03T10:22:53.4516454Z HEAD
2026-07-03T10:22:53.4760631Z ##[endgroup]
2026-07-03T10:22:53.4762833Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-03T10:22:53.9105477Z ##[group]Cleaning the repository
2026-07-03T10:22:53.9112373Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-03T10:22:59.3424257Z Removing target/
2026-07-03T10:22:59.3456706Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-03T10:22:59.4143111Z HEAD is now at d23d2b617 Merge af98e1709b44469dbeb44ab0a7cdfb9b6d255cff into 9bae13e4136d22f4b5d5d6757b6f206390bfba6a
2026-07-03T10:22:59.4168253Z ##[endgroup]
2026-07-03T10:22:59.4172475Z ##[group]Disabling automatic garbage collection
2026-07-03T10:22:59.4177580Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-03T10:22:59.4404272Z ##[endgroup]
2026-07-03T10:22:59.4404722Z ##[group]Setting up auth
2026-07-03T10:22:59.4411028Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-03T10:22:59.4640876Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-03T10:22:59.8492592Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-03T10:22:59.8743491Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-03T10:23:00.2931793Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-03T10:23:00.3156481Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-03T10:23:00.7110770Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-03T10:23:00.7410260Z ##[endgroup]
2026-07-03T10:23:00.7410620Z ##[group]Fetching the repository
2026-07-03T10:23:00.7419803Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +d23d2b6172385e13c24cbe240ba954d76e0a69a2:refs/remotes/pull/48/merge
2026-07-03T10:23:03.7383361Z From https://github.com/SaberMage/spt-core
2026-07-03T10:23:03.7383864Z  * [new branch]          f028-runtruth -> origin/f028-runtruth
2026-07-03T10:23:03.7520468Z ##[endgroup]
2026-07-03T10:23:03.7520942Z ##[group]Determining the checkout info
2026-07-03T10:23:03.7521363Z ##[endgroup]
2026-07-03T10:23:03.7526701Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-03T10:23:03.7895460Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-03T10:23:03.8139663Z ##[group]Checking out the ref
2026-07-03T10:23:03.8144949Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/48/merge
2026-07-03T10:23:03.8597217Z HEAD is now at d23d2b617 Merge af98e1709b44469dbeb44ab0a7cdfb9b6d255cff into 9bae13e4136d22f4b5d5d6757b6f206390bfba6a
2026-07-03T10:23:03.8625316Z ##[endgroup]
2026-07-03T10:23:03.8950361Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-03T10:23:03.9194035Z d23d2b6172385e13c24cbe240ba954d76e0a69a2
